exit code 예문
- Then you generate a more standard way of exit code.
다음 당신은 더 표준 방식의 종료 코드 생성. - If quitting CMD.EXE, sets the process exit code with that number.
CMD.EXE를 끝내면, 프로세스 종료 코드를 지정한 번호로 설정합니다. - The exit code of the last command
저는 report 는 나두고 다지우고 - Note Exit codes greater than 100 mean that the file was not scanned and therefore can be infected.
100보다 큰 종료 코드는 해당 파일이 검사되지 않았으므로 감염되었을 수 있음을 나타냅니다. - ERRORLEVEL number Specifies a true condition if the last program run returned an exit code equal to or greater than the number specified. string1==string2 Specifies a true condition if the specified text strings match.
ERRORLEVEL 숫자 마지막 프로그램 실행에서 반환된 마침 코드가 지정된 숫자보다 크거나 같으면, 조건을 참으로 지정합니다. 문자열1==문자열2 지정된 문자열이 일치하면 조건을 참으로 지정합니다.